Skip to content

Gravitational Hertz Experiment

Calculate the metric tensor components in TT gauge

This script is used to calculate the metric tensor of the gravitational wave induced by a spot-like source, which means the distance from the detector to the source is much longer than the size of the source but may be akin to the wavelength, say

RdRλ

We assume that the source is a rotating column with four holes inside, where the diameter of the column is D5m while the holes has diameter of about d1m. The columns are made of carbon fiber.

According to the linearized theory, the metric tensor at the detecter will be proportional to the second-order derivative of the quardrupole tensor,

hijTT=2GRc4I¨ijTT(trev)

where the quadrupole tensor is defined by

Iij(t)=Vρ(xixj13δijr2)dτ

For the columns under this circumstance, the calculation of the quadrupole tensor could be simplified to the linear superposition of a column with the density ρ and four columns of the density ρ.

After getting the numerical value of hij, we'll use the projector to get the TT mode:

Λij,kl=PikPjl12PijPkl

where

P=(100010000)

So hijTT=Λij,klhkl

The first part of the script will calculate the components of the metric tensor for a rotating carbon fiber column and output the result in the TT gauge.

Estimate the critical angular velocity for the source

The source column is made of carbon fiber with critical stress of about 2 - 5 GPa. In this part, we'll do a brief evaluation of the maximum angular velocity of the source.

For simplicity, we assume that the column is linear elastic and homogeneous isotropic with Young's modulus E and Poisson's ratio ν. While in equilibrium, the stress tensor will obey the formula

σ+ρω2re^r=0

Expanding the nabla operator and the tensor in the cylinder coordinate, we'll get

=e^rr+e^θθ+e^zz

So

σ=e^rddrσrr+e^rσrrσθθr

and the previous equation becomes

ddrσrr+σrrσθθr+ρω2r=0

For isotropic material, the constitutive equations give out that

σrr=λ(ϵrr+ϵθθ+ϵzz)+2μϵrrσθθ=λ(ϵrr+ϵθθ+ϵzz)+2μϵθθ

with λ=Eν(1+ν)(12ν) and μ=E1+ν

Now we can solve the first-order ODE

(λ+2μ)d2dr2ur+λddrurr+2μr(ddrururr)+ρω2r=0(λ+2μ)ddr(1rddr(rur))+ρω2r=0

with the boudary conditions

σrr=0|r=R

The solution to this equation is

σrr(r)=ρω2(2λ+3μ)4(λ+2μ)(R2r2)σθθ(r)=ρω24(λ+2μ)((2λ+3μ)R2(2λ+μ)r2)

So the maximum stress in the rotating column equals

σmax=ρω2(2λ+3μ)4(λ+2μ)R2

Given the typical fators of carbon fiber^[1], we choose Youngs's modulus of about 50 GPa with Poisson ratio of about 0.27, where the critical angular velocity can be estimated by

ωc=4σc(λ+2μ)ρ(2λ+3μ)R2673rad/s

Shall we cut the column to several small columns?

If we keep the total volume unchanged and cut one big column into N3 small columns, the critical angular velocity will become

ωc=Nωc0

So the hij at the detector will become

hij=N21N5hij=1N3hij

The total response, considering superposition of the N3 little columns, will be

N3hij=hij

about the same order of magnitude compared to one big column.

[1]: Sayed Abolfazl Mirdehghan, 1 - Fibrous polymeric composites, Editor(s): Masoud Latifi, In The Textile Institute Book Series, Engineered Polymeric Fibrous Materials, Woodhead Publishing, 2021, Pages 1-58, ISBN 9780128243817, https://doi.org/10.1016/B978-0-12-824381-7.00012-3. (https://www.sciencedirect.com/science/article/pii/B9780128243817000123)

Built with VitePress